home *** CD-ROM | disk | FTP | other *** search
- on start_the_timer
- global gtimer
- set gtimer to the timer
- end
-
- on mouseUp
- if the doubleClick then
- puppetSound(0)
- go(1, "drom.dir")
- end if
- end
-
- on startMovie
- preloadMember("cosford.aif")
- if (the machineType = 256) and ((the platform contains "16") = 0) then
- puppetSound("cosford.aif")
- end if
- end
-